This is what I tried for the initial link you shared, in order -
Ran your code. It ran without issue. Ran the solution code. Got that error.
Dropped that table.
Ran your code. It ran without issue. Ran your code again. Got that error.
Ran solution code. Got that error.
Dropped that table.
Ran solution code. Ran your code. Got that error.
The error is pretty straightforward. You can only get that error if you try to create a table if the table already exists. And for the Mission link you shared initially, that can only happen if you ran some code to create that table at least once.
Dropping the table is likely the only solution here. Anything else, I am not really sure what it could be given what all I tried above.
I had the same problem and it was inconsistent. I dropped the table, tried again - got the same error, then dropped the table a second time and got an error that the table did not exist. Created the table and got the error that the table was already there. I refreshed the browser, dropped the table and then it worked.