You first reported error about existing table, now you are reporting an error about existing database. You can't create a database if it already exists.

Checking sysobjects is relevant if you think you don't have the table you are trying create. You can query sysobjects for the exact name match.