Simple Approach-Use this query according to your table structure.
Change Limit, n rows want to display.
Change Offset to skip data.
SELECT distinct amount from amount_table order by amount desc limit 1 offset 1;