It sounds like the schema was created already but has a different OWNER. Each schema has an owner assigned. If you must use this schema name you could log on as SYSTEM user (since you don't know who the owner is) and have this schema assigned to your user ID in the SQL privileges tab.
-Patrick