When select the option of "perform sorted reorg", there is "order by" for insert into table step, which caused the ORA-01555:snapshot too old error.
Uncheck the "perform sorted reorg" and verify in the script the "order by" is not there. This should resolve the issue. However, the reorg should still be ran during an off peak window to avoid the consistent image being overwritten.