the problem in this case is not only you'll have to create the schema but you'll have to create the table inside that schema as well. Absence of any one of those will always result in an error.
IBM Information Center states
Code:
CREATE SCHEMA statement
Invocation
This statement can be embedded in an application program or issued through the use of dynamic SQL statements.
So dynamic SQL is the way out for you.
for further reference
http://publib.boulder.ibm.com/infoce...n/r0000925.htm