You have attempted to drop all the columns in a table. This is not allowed.
Delete the table using the DROP TABLE statement. This deletes all view tables, privileges, indexes, referential CONSTRAINT definitions, and so on that depend on this table.
Afterwards, use the CREATE TABLE statement to define a new table with the same name.