or download this
$ git log # get SHA-second-commit of your second commit
$ git checkout master # whatever upstream "latest" is
...
$ git cherry-pick <SHA-second-commit>
$ git push origin second-pr
# now get URL git prints to STDOUT and go to your uRL, make 2nd PR