-7072: More than one column with default SERIAL not allowed 

Explanation:

You tried to assign the DEFAULT SPEC DEFAULT SERIAL more than once when a base table was defined. No more than one column may exist in each base table with the <default spec> DEFAULT SERIAL.

User Action:

Decide on the column in which you want to leave out this definition. Then repeat the modified SQL statement.