Custom archives function

You want is_paged() (see Codex). This returns true if you are on page 2,3, etc and false if you are on the first page. So…

if(!is_paged()){
     //Display current / future sermons
}

//Display archived sermons.