As mentionned in https://knowledge.safe.com/questions/31389/postgis-reader-different-geom-column.html
The only way to use second geometry column in postgres / postgis is to go through a view OR to go through an sql creator/executor.
It would be nice to have it native instead of creating a new sql reader everytime.