Como a tabela existe, basta removê-la com drop table (http ://dev.mysql.com/doc/refman/5.6/en/drop-table.html )
ou seja
drop table <table name>
Você deve ter feito algo errado, pois a tabela ainda existe.
Pode verificar isso com
select
ou seja
select * from <table name>